Skip to content

chore(cache): bump database schema version to 13#402

Merged
branchseer merged 1 commit into
mainfrom
claude/happy-dijkstra-StH7j
May 27, 2026
Merged

chore(cache): bump database schema version to 13#402
branchseer merged 1 commit into
mainfrom
claude/happy-dijkstra-StH7j

Conversation

@branchseer
Copy link
Copy Markdown
Member

Increments the SQLite database schema version from 12 to 13 to invalidate existing caches. This ensures that any cached data from previous versions is discarded and regenerated with the current schema.

Changes

  • Updated PRAGMA user_version from 12 to 13 in the database initialization path
  • Adjusted version range checks: versions 1-12 now trigger a reset, and version 13 is the current version
  • Versions 14+ are treated as from a newer/incompatible version

This is a routine cache invalidation bump, likely accompanying other changes documented in the changelog entry about filter behavior and task command shorthands.

https://claude.ai/code/session_014GJcPFA2riNUVobvPFKs7s

The `ExecutionCacheKey::UserTask` variant gained a `command_item_index`
field in #391, breaking binary compatibility with previously cached
entries. Bumping the cache db version forces a reset so stale entries
are not misread.

Also adds the missing changelog entry for #393.
@branchseer branchseer merged commit 5833b37 into main May 27, 2026
17 checks passed
@branchseer branchseer deleted the claude/happy-dijkstra-StH7j branch May 27, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants